php forum
php mysql forum
php mysql smarty
 
Topic Options
#282654 - 12/21/04 01:09 AM Beta-[6.5] Show User IPs 2.0
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Mod Name / Version: Show User IPs 2.0 <br /><br />Description: This will show all IPs that a user has used. <br /><br />Working Under: UBB.Threads 6.5 <br /><br />Mod Status: Beta <br /><br />Any pre-requisites: <br /><br />Author(s): JoshPet <br /><br />Date: 12/20/04 <br /><br />Credits: Lisa_P for the original functionality and Chevy454 for commissioning update for 6.5 <br /><br />Files Altered: /templates/default/admin/showuser.tmpl <br /><br />New Files: showip.php to the /admin directory <br /><br />Database Altered: none <br /><br />Info/Instructions: Edit the user and click "show IPs" to view the IPs that they have posted from. <br /><br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /><br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
123994-ShowIPs2.0.zip (122 downloads)


Top
#282655 - 12/23/04 02:47 AM Re: Beta-[6.5] Show User IPs 2.0 [Re: Daine]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Josh, installed on my 6.5 with breeze and working great so far. It's a great addition for us Admins.<br /><br />Thanks Josh, Lisa_P, and Chevy454! <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />

Top
#282656 - 12/23/04 06:35 AM Re: Beta-[6.5] Show User IPs 2.0 [Re: General_Failure]
id242_dup1 Offline
Member

Registered: 05/23/03
Posts: 159
Loc: Los Angeles
is it possible to list these in order of DATE?<br /><br />and if there are multiple by that date, to only show a single occurrence and list the most recent date it was used on?<br /><br />How about adding a COUNT to the number of posts that IP address used... so admins can see if it's really worth banning the IP or any other action.<br /><br />And lastly - is there a way to make the IP clickable and show all posts that were made with that single IP address?<br /><br />...<br /><br />This all may seem like a lot, but I've been heavily using this hack since 6.3 and haven't dove too deeply into updating it much<br /><br />Thanks for everything - this is awesome!!

Top
#282657 - 12/24/04 01:41 PM Re: Beta-[6.5] Show User IPs 2.0 [Re: VickiSmith]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
It should only list DISTINCT IPs at this point.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#282658 - 12/28/04 02:38 PM Re: Beta-[6.5] Show User IPs 2.0 [Re: General_Failure]
Sapphy Offline
Power User

Registered: 09/03/03
Posts: 70
What an awesome mod! Very handy indeed.<br /><br />Big thanks indeed to Josh, Lisa_P, and Chevy454 for sharing. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#282659 - 12/30/04 02:17 AM Re: Beta-[6.5] Show User IPs 2.0 [Re: Steve_OS]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Josh, I'm not a computer go-to man and I had a question come up about this code. <br /><br />We recently had a couple of new join members register with the same IP address that we discovered as there were some trash posts going on.<br /><br />I updated my Moderators about this and one of the Moderators said that he had chatted with one of the users in question and the user assured him that they were not the same people.<br /><br />So, my question to you is how does this code gather IPs so I can better inform my Moderators that this hack isn't spitting out bad info for us? I'm not up to speed on how this kinda schtuff works is all....<br /><br />Thanks Josh.
_________________________
F-Body Hideout
Project Speedy

Top
#282660 - 12/30/04 12:42 PM Re: Beta-[6.5] Show User IPs 2.0 [Re: General_Failure]
id242_dup1 Offline
Member

Registered: 05/23/03
Posts: 159
Loc: Los Angeles
AOL members and persons using the same ISP in neighboring cities are more likely to share the same IP Addresses over time

Top
#282661 - 01/02/05 05:22 PM Re: Beta-[6.5] Show User IPs 2.0 [Re: General_Failure]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
This code doesn't do anything like that, this code simply displays IPs which UBB.Threads already stores in one convienent place.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#282662 - 01/03/05 02:50 AM Re: Beta-[6.5] Show User IPs 2.0 [Re: Daine]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Josh, your answer really didn't help me here....not trying to be a jerk...I'm just trying to understand so I can better inform my Moderators. <br /><br />Thanks Josh,<br />Mark

Top
#282663 - 01/03/05 10:43 PM Re: Beta-[6.5] Show User IPs 2.0 [Re: General_Failure]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
The user's IP address is stored when they register, and when they make each post. All this mod does is display them all in one place (and unique IPs of posts).<br /><br />You can view the same information in threads, but you have to look in multiple places to do so. You have to edit their profile to see their registration IP and you have to look at each post to see the IP they posted.<br /><br />Thid mod doesn't change or interpret anything, it just displays that info on one page so you can see it all at a glance. Otherwise you'd have to browse the profile and the posts to see the IPs they are using.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#282664 - 01/08/05 06:16 AM Re: Beta-[6.5] Show User IPs 2.0 [Re: VickiSmith]
Myke Offline
Power User

Registered: 09/06/99
Posts: 97
Loc: Sydney, Australia
I've added a little more functionality to this already useful mod. It allows you to optionally view a User's IPs by a monthly basis. Attached is the updated showip.txt file; you'll have to rename it to .php and then you just need to make the following change to the showuser template:<br /><br />###<br />### Open /templates/default/admin/showuser.tmpl<br />###<br /><br />##<br />## Find this:<br />##<br /><br /></td><td class="paddingtop paddingbottom stdautorow colored-row" valign="top"><br />$lastpost - $lastpostip<br /><br /><br /><a href="{$config['phpurl']}/admin/showip.php?Cat=$Cat&amp;User=$uid" target="_blank">Show User's IPs</a><br /></td></tr><br /><br /><br />#<br /># Change to this:<br />#<br /><br /></td><td class="paddingtop paddingbottom stdautorow colored-row" valign="top"><br />$lastpost - $lastpostip<br /><br /><br /><a href="{$config['phpurl']}/admin/showip.php?Cat=$Cat&amp;User=$uid" target="_blank">Show User's IPs</a><br />| <a href="{$config['phpurl']}/admin/showip.php?Cat=$Cat&amp;User=$uid&amp;Group=month" target="_blank">Show User's IPs by month</a><br /></td></tr><br /><br /><br />When Editing a user you'll now have two links:<br /><br />Show User's IPs | Show User's IPs by month<br /><br />There's a lot of potential to add value to the showip function. I have a couple of more ideas in mind but I'll put this out there as a start.


Attachments
124428-showip.txt (61 downloads)


Top
#282665 - 01/09/05 09:32 AM Re: Beta-[6.5] Show User IPs 2.0 [Re: kja]
id242_dup1 Offline
Member

Registered: 05/23/03
Posts: 159
Loc: Los Angeles
Thank you Myke !!!<br />This is an excellent addition and more of the direction in which I was looking for!<br /><br />Extremely nice addition!!!

Top
#282666 - 01/10/05 03:20 PM Re: Beta-[6.5] Show User IPs 2.0 [Re: VickiSmith]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
A neat feature on this as well would be that as you view a member's profile....there would also be a link to show you what other members are sharing the same IP address.<br /><br />Thanks,<br />Mark

Top
#282667 - 01/14/05 05:11 PM Re: Beta-[6.5] Show User IPs 2.0 [Re: General_Failure]
Debby Offline
Junior Member

Registered: 01/04/05
Posts: 7
I love this mod! Thank you!!!

Top
#282668 - 02/25/05 06:33 AM Re: Beta-[6.5] Show User IPs 2.0 [Re: nupy]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Works fine under 6.5.1 (no reason why it shouldn't)
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#282669 - 05/15/05 02:36 AM Re: Beta-[6.5] Show User IPs 2.0 [Re: kja]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
[]Myke said:<br />I've added a little more functionality to this already useful mod. It allows you to optionally view a User's IPs by a monthly basis. Attached is the updated showip.txt file; you'll have to rename it to .php and then you just need to make the following change to the showuser template:<br /><br />###<br />### Open /templates/default/admin/showuser.tmpl<br />###<br /><br />##<br />## Find this:<br />##<br /><br /></td><td class="paddingtop paddingbottom stdautorow colored-row" valign="top"><br />$lastpost - $lastpostip<br /><br /><br /><a href="{$config['phpurl']}/admin/showip.php?Cat=$Cat&amp;User=$uid" target="_blank">Show User's IPs</a><br /></td></tr><br /><br /><br />#<br /># Change to this:<br />#<br /><br /></td><td class="paddingtop paddingbottom stdautorow colored-row" valign="top"><br />$lastpost - $lastpostip<br /><br /><br /><a href="{$config['phpurl']}/admin/showip.php?Cat=$Cat&amp;User=$uid" target="_blank">Show User's IPs</a><br />| <a href="{$config['phpurl']}/admin/showip.php?Cat=$Cat&amp;User=$uid&amp;Group=month" target="_blank">Show User's IPs by month</a><br /></td></tr><br /><br /><br />When Editing a user you'll now have two links:<br /><br />Show User's IPs | Show User's IPs by month<br /><br />There's a lot of potential to add value to the showip function. I have a couple of more ideas in mind but I'll put this out there as a start. [/]<br /><br />Hi Myke, I added the change in the code as you wrote, but when I click on the IPs by Month link....it still just lists all the IPs but doesn't look any different than Show User's IPs. <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks